home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Python 1.1 / acconfig.h next >
Encoding:
Text File  |  1994-10-11  |  2.1 KB  |  19 lines  |  [TEXT/KAHL]

  1. /* Leave this blank line here -- autoheader needs it! */
  2.  
  3.  
  4. /* Define if your <unistd.h> contains bad prototypes for exec*()
  5.    (as it does on SGI IRIX 4.x) */
  6. #undef BAD_EXEC_PROTOTYPES
  7.  
  8. /* Define if your compiler botches static forward declarations
  9.    (as it does on SCI ODT 3.0) */
  10. #undef BAD_STATIC_FORWARD
  11.  
  12. /* Define to `long' if <time.h> doesn't define.  */
  13. #undef clock_t
  14.  
  15. /* Define if getpgrp() must be called as getpgrp(0)
  16.    and (consequently) setpgrp() as setpgrp(0, 0). */
  17. #undef GETPGRP_HAVE_ARG
  18.  
  19. /*